home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / Prograph Classic 2.6.1 / Prograph Tutorial Manual / Prograph Tutorial / Prograph Tutorial.rsrc / TEXT_129.txt < prev    next >
Encoding:
Text File  |  1995-10-16  |  4.4 KB  |  234 lines

  1.  
  2. Table of Contents
  3.  
  4. Use The Chapter Names to Find Topics 
  5.   by named Chapter and Section with the 
  6.     Contents pull-down menu
  7.  
  8. DOCMaker credits and information
  9.  
  10. Introduction 
  11.     
  12. Prograph Brings New Ideas Together    
  13. Manual Organization    
  14. How to Use This Manual    
  15. Presentation Conventions
  16.          (see also Tutorial Introduction preceding Chapter 5)
  17.  
  18. Part 1. Preliminaries 
  19.  
  20. Chapter 1.  Getting Started
  21.  
  22. Minimum System Requirements    
  23. Increasing Prograph's Memory Allocation    
  24.  
  25. Chapter 2:  The Grand Tour:  Language
  26.  
  27. Chapter 2-1
  28.   Overview of the Prograph Development System    
  29.   Your First End-user Experience    
  30.   Your First Method    
  31.   A First Look at the Dataflow Method Editor    
  32.  
  33. Chapter 2-2 through Chapter 2-4
  34.  
  35.   Your First Class    
  36.  
  37.     Chapter 2-3
  38.  
  39.     Teaching Your Person Objects to Behave
  40.  
  41.     Chapter 2-4    
  42.  
  43.     Debugging Methods and Using Case Structure    
  44.     How to Examine Data Values During Execution    
  45.     Editing a Method that is Executing    
  46.  Congratulations    
  47.  
  48. Chapter 3.  The Grand Tour:  Application Builder
  49.  
  50. Chapter 3-1
  51.  
  52.   Your First Application    
  53.    Overview of Application Builder    
  54.    Adding a Menu    
  55.  
  56. Chapter 3-2
  57.  
  58.    Adding a Window    
  59.  
  60. Chapter 3-3
  61.  
  62.    Creating Methods during Runtime    
  63.  
  64. Chapter 3-4
  65.  
  66.    A Persistent Database and Local Methods    
  67.  
  68. Chapter 3-5
  69.  
  70.    Adding a Scrolling List to a Window
  71.  
  72. Chapter 3-6    
  73.  
  74.    Your First Prograph Challenge    
  75.    Challenge #1    
  76.    Challenge #2    
  77.    Challenge #3    
  78.    Challenge #4
  79.     
  80. Chapter 3-7
  81.  
  82.    Challenge #5    
  83.    The Journey‚Äôs End    
  84.  
  85. Chapter 4.  Conceptual Foundations
  86.  
  87. Chapter 4-1
  88.  
  89.   Visual Programming    
  90.   What Is Visual Programming?    
  91.    Is It a Visual Environment?    
  92.    Is It a Visual Language?
  93.  
  94. Chapter 4-2
  95.     
  96.   Diagram-based Systems    
  97.   Table-based and Form-based Systems    
  98.   Icon-based Systems    
  99.   How Visual Is Prograph?    
  100.  
  101. Chapter 4-3
  102.  
  103.   Object-oriented Programming (OOP)    
  104.   What Is Object-oriented Programming?    
  105.   How Do You Use Objects in Programming?    
  106.   What Are Objects?    
  107.   How Do Objects Communicate?    
  108.  
  109. Chapter 4-4
  110.  
  111.   Dataflow Programming    
  112.   What Makes Dataflow Languages Different?    
  113.   What Does a Dataflow Program Look Like?    
  114.  
  115. Chapter 4-5
  116.  
  117.   User-interface Development Systems    
  118.   What Is a User-interface Management System?    
  119.   What Is an Application-interface Toolkit?    
  120.   How Does Prograph Face the Interface?    
  121.   References    
  122.  
  123. Part 2. Tutorials 
  124.  
  125. Tutorials Introduction    
  126.  
  127.   What Is Covered in the Tutorials?    
  128.   How Is Material Covered in the Tutorials?    
  129.  
  130. Chapter 5.  The Editor/Interpreter  Environment
  131.  
  132. Chapter 5-1
  133.  
  134.   Online Help    
  135.   Balloon Help    
  136.   Message Preferences    
  137.   Memory Status    
  138.   Online Information    
  139.  
  140. Chapter 5-2
  141.  
  142.   User-supplied Help and Information    
  143.   Macintosh Online Information    
  144.  
  145. Chapter 5-3
  146.  
  147.   Breakpoints and the Stack Window    
  148.  
  149. Chapter 5-4
  150.  
  151.   Step/Show, Trace, Debug, and Abort    
  152.   Editor/Interpreter Challenge    
  153.   Check Your Progress    
  154.  
  155. Chapter 6.  Language Basics:  Classes
  156.  
  157. Chapter 6-1
  158.  
  159.   Classes and Instance Attributes    
  160.    Classes and Class Attributes    
  161.    Creating a Class-based Simulation    
  162.  
  163. Chapter 6-3
  164.  
  165.   Subclasses, Inheritance, and Attribute Overshadowing    
  166.   Method Inheritance and Overshadowing    
  167.  
  168. Chapter 6-4
  169.  
  170.   Method Super Operations    
  171.   Initialization, Get, and Set Methods    
  172.   Overshadowing Instance Creation    
  173.  
  174. Chapter 6-5
  175.  
  176.   Overshadowing with Get and Set Methods    
  177.   Challenge: Abstract Classes    
  178.   Abstract-class Challenge    
  179.   Check Your Progress    
  180.  
  181. Chapter 7.  Language Basics:  Methods
  182.  
  183. Chapter 7-1
  184.  
  185.  Method Cases for Conditional Execution    
  186.   Local Methods for Design Organization    
  187.  
  188. Chapter 7-2
  189.  
  190.   Local Methods for Conditional Execution    
  191.   List Multiplexes    
  192.   Loop Multiplexes    
  193.  
  194. Chapter 7-3
  195.  
  196.   List and Loop Annotations Together:  Mixed Multiplexes    
  197.   Finish and Terminate Controls    
  198.   The Fail Control    
  199.   Check Your Progress    
  200.  
  201. Chapter 8.  Application Builder Basics
  202.  
  203.     Chapter 8-1
  204.  
  205.  Why the Toolkit Approach?
  206.   Understanding Application Builder by Programming  Without It
  207.  
  208. Chapter 8-2
  209.     
  210.   Application Builder: Life in the Fast  and Easy Lane    
  211.   Prograph System Classes and Application Builder Editors    
  212.  
  213. Chapter 8-3
  214.  
  215.   The System Class    
  216.   The Application Class and Its Instances    
  217.   Of Menus, Windows, and Their Items
  218.  
  219. Chapter 8-4
  220.     
  221.   Prograph Development Styles    
  222.   Prograph Structured Development    
  223.   Prograph Evolutionary Development    
  224.   Check Your Progress    
  225.  
  226. Chapter 9.  Compiling Your Program
  227.  
  228. (This information will be provided to you upon purchase of the Compiler from
  229. Pictorius Incorporated.  For more information, see Chapter 9, or the "Classic Release Notes" document)
  230.  
  231.  
  232. Index    
  233.     including Guide to using tags with Find
  234.